| Package | Description |
|---|---|
| negotiator.boaframework | |
| negotiator.boaframework.agent |
| Modifier and Type | Class and Description |
|---|---|
class |
SortedOutcomeSpace
This class is an OutcomeSpace but with a sorted list of BidDetails based on the utility
Methods have been optimized to work with a sorted list.
|
| Modifier and Type | Field and Description |
|---|---|
protected OutcomeSpace |
NegotiationSession.outcomeSpace
Optional outcomespace which should be set manually.
|
| Modifier and Type | Method and Description |
|---|---|
OutcomeSpace |
NegotiationSession.getOutcomeSpace()
Returns the space of possible outcomes in the domain.
|
| Modifier and Type | Method and Description |
|---|---|
BidDetails |
OMStrategy.getBid(OutcomeSpace space,
Range range)
Returns a bid selected using the opponent model with a utility
in the given range.
|
void |
NegotiationSession.setOutcomeSpace(OutcomeSpace outcomeSpace)
Method used to set the outcomespace.
|
| Constructor and Description |
|---|
NegotiationSession(UtilitySpace utilitySpace,
Timeline timeline,
OutcomeSpace outcomeSpace)
Create a negotiation session which is used to keep track of the
negotiation state.
|
| Modifier and Type | Field and Description |
|---|---|
protected OutcomeSpace |
BOAagent.outcomeSpace
space of possible bids
|